Prerequisites for the IBM MQ Monitoring Agent
Prepare your environment for seamless, secure monitoring with the Nodinite IBM MQ Monitoring Agent. On this page, you will:
- ✅ Discover all software and system requirements for a successful installation
- ✅ Learn the exact firewall and network settings for reliable agent communication
- ✅ Understand the Windows and IBM MQ user rights needed for secure operations
- ✅ Get expert tips to avoid common setup pitfalls and ensure business continuity
This page details everything you need to install and run the Nodinite IBM MQ Monitoring Agent with confidence.
A high-level diagram showing the Nodinite IBM MQ Monitoring Agent communicating with the IBM MQ Queue Manager over TCP.
You can install the agent on-premise using TCP/IP for local network access or in the cloud/off-site using Microsoft Service Bus Relaying. For configuration details, see the Nodinite Service Bus Relaying user guide.
Software Requirements
Product | ||
---|---|---|
Windows Server | Windows 2025Windows 2022Windows 2019Windows 2016Windows 2012 R2Windows 2012 | |
.NET Framework | .NET Framework 4.8 or later New 6.0 | |
IBM MQ Client | V9.2V9.1v9.0v8.05+v7.5+ | Matching the highest version of queue manager to be monitored |
MSDTC | Windows roles and features | Configure MSDTC as documented with additional demand on 'XA transactions' being allowed |
If you need IBM MQ Client 9.3 or later, contact our support.
Version 6.0 and later require .NET Framework 4.8 or later.
Version 5.4 and later require .NET Framework 4.6.2 or later.
Versions before 5.4 require .NET Framework 4.5.2 or later.
Note
Version 8.0.4 is NOT recommended due to IBM MQ bugs with temporary queues not being removed by the queue manager. Please upgrade if you are on this version.
What firewall settings are required for the IBM MQ Monitoring Agent?
Where you install the Nodinite IBM MQ Monitoring Agent in relation to the Nodinite Monitoring Service and your IBM MQ Queue Managers determines your firewall configuration. The following illustration shows the agent installed on its own server.
Network diagram showing communication between the Nodinite Monitoring Service, IBM MQ Monitoring Agent, and IBM MQ Queue Manager.
1. Default channel and listener port (may be overridden by configuration)
Port | Name | Inbound | Outbound | TCP | UDP | Comment |
---|---|---|---|---|---|---|
1414 | MQ Broker remote connection port | Default |
If you use SSL, open additional ports as described in Configuring TLS security for IBM MQ
2. Between the Monitoring Service and the Nodinite IBM MQ Monitoring Agent
Allow the following ports on the Windows server where the agent runs:
Port | Name | Inbound | Outbound | TCP | UDP | Comment |
---|---|---|---|---|---|---|
53 | DNS | The Agent needs to know where your other servers/services are (can sometimes optionally be solved using entries in the local hosts file) |
And further with 'Option 1' or 'Option 2' as documented next:
Option 1 (Local network)
Port | Name | Inbound | Outbound | TCP | UDP | Comment |
---|---|---|---|---|---|---|
8000 | RPC | Communication is initiated by the Monitoring Service |
Option 2 (Cloud/Hybrid)
Use Service Bus Relayed connections when Nodinite and the agent are on different networks.
Nodinite uses the same principle as the On-Premise data gateway. See 'Adjust communication settings for the on-premises data gateway'.
Port | Name | Inbound | Outbound | TCP | UDP | Comment |
---|---|---|---|---|---|---|
443 | HTTPS | Secure outbound traffic | ||||
5671, 5672 | Secure AMQP | |||||
9350 - 9354 | Net.TCP |
What Windows User Rights does the IBM MQ Monitoring Agent require?
The agent installs as a Windows Service—usually on the Nodinite application server. Virtual machines are supported.
- Use a local named account or domain account (preferred).
- Grant access and run-time rights.
- Follow the 'How to set logon as a Windows service right' user guide for detailed instructions.
What IBM MQ User Rights does the IBM MQ Monitoring Agent require?
For each IBM MQ Queue Manager to monitor, the configured account must have at least read rights. Some operations require additional rights for changing state, consuming messages, or purging queues.
You can configure which user account to use for each IBM MQ Queue Manager. See the Configuration user guide for more information.
- Member of the MQM user group (local or domain group where IBM MQ Queue manager is installed) OR
- Least privileges (Replace QM1, mqadmin to match your environment)
setmqaut -m QM1 -t qmgr -p "mqadmin" +connect +inq +dsp
setmqaut -m QM1 -n "**" -t q -p "mqadmin" +dsp +inq
setmqaut -m QM1 -n "**" -t topic -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t channel -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t process -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t namelist -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t authinfo -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t clntconn -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t listener -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t service -p "mqadmin" +dsp
setmqaut -m QM1 -n "**" -t comminfo -p "mqadmin" +dsp
setmqaut -m QM1 -n SYSTEM.ADMIN.COMMAND.QUEUE -t q -p "mqadmin" +dsp +inq +put
setmqaut -m QM1 -n "SYSTEM.DEFAULT.MODEL.QUEUE" -t q -p "mqadmin" +dsp +get +inq
If you encounter a
MQRC_NOT_AUTHORIZED
error, review the Troubleshooting user guide.
Frequently asked questions
Find more solutions and FAQs for the Nodinite IBM MQ Monitoring Agent in the Troubleshooting user guide.
Next Step
Add or manage a Monitoring Agent Configuration
Installing the IBM MQ Monitoring Agent